home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Developer & Web Development Tools
/
Twistpad 1.64
/
Setup.exe
/
Twistpad.exe
/
0
/
RCDATA
/
TSPELLINGFORM
/
TSPELLINGFORM.txt
Wrap
Text File
|
2008-08-19
|
3KB
|
173 lines
object SpellingForm: TSpellingForm
Left = 337
Top = 244
BorderStyle = bsDialog
Caption = 'Spelling'
ClientHeight = 268
ClientWidth = 411
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnCloseQuery = FormCloseQuery
OnDeactivate = FormDeactivate
PixelsPerInch = 96
TextHeight = 13
object NotFoundText: TLabel
Left = 8
Top = 8
Width = 54
Height = 13
Caption = 'Not Found:'
FocusControl = NotFoundEdit
end
object ReplaceWithText: TLabel
Left = 8
Top = 52
Width = 67
Height = 13
Caption = 'Replace With:'
FocusControl = ReplaceWithEdit
end
object SuggestionsText: TLabel
Left = 8
Top = 94
Width = 62
Height = 13
Caption = 'Suggestions:'
FocusControl = SuggestionsListbox
end
object Bevel1: TBevel
Left = 9
Top = 228
Width = 392
Height = 2
Shape = bsBottomLine
end
object NotFoundEdit: TEdit
Left = 8
Top = 24
Width = 276
Height = 21
TabStop = False
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object ReplaceWithEdit: TEdit
Left = 8
Top = 67
Width = 276
Height = 21
TabOrder = 1
OnChange = ReplaceWithEditChange
end
object SuggestionsListbox: TListBox
Left = 8
Top = 110
Width = 276
Height = 109
ItemHeight = 13
TabOrder = 2
OnClick = SuggestionsListboxClick
OnDblClick = SuggestionsListboxDblClick
end
object UndoButton: TButton
Left = 208
Top = 238
Width = 90
Height = 23
Caption = 'Undo'
TabOrder = 3
OnClick = UndoButtonClick
end
object OptionsButton: TButton
Left = 107
Top = 238
Width = 90
Height = 23
Caption = 'Options...'
TabOrder = 4
OnClick = OptionsButtonClick
end
object IgnoreAllButton: TButton
Left = 293
Top = 53
Width = 108
Height = 23
Caption = 'Ignore All'
TabOrder = 5
OnClick = IgnoreAllButtonClick
end
object IgnoreButton: TButton
Left = 293
Top = 21
Width = 108
Height = 23
Caption = 'Ignore Once'
TabOrder = 6
OnClick = IgnoreButtonClick
end
object ChangeAllButton: TButton
Left = 293
Top = 163
Width = 108
Height = 23
Caption = 'Change All'
TabOrder = 7
OnClick = ChangeAllButtonClick
end
object ChangeButton: TButton
Left = 293
Top = 131
Width = 108
Height = 23
Caption = 'Change'
TabOrder = 8
OnClick = ChangeButtonClick
end
object AddButton: TButton
Left = 293
Top = 84
Width = 108
Height = 23
Caption = 'Add To Dictionary'
TabOrder = 9
OnClick = AddButtonClick
end
object AutoCorrectButton: TButton
Left = 293
Top = 195
Width = 108
Height = 23
Caption = 'Auto-Correct'
TabOrder = 10
OnClick = AutoCorrectButtonClick
end
object CancelButton: TButton
Left = 309
Top = 238
Width = 90
Height = 23
Cancel = True
Caption = 'Cancel'
TabOrder = 11
OnClick = CancelButtonClick
end
object DialogControl: TConfigurationDialogCtrl
OnPromptWord = DialogControlPromptWord
Left = 16
Top = 120
end
end